home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 108 / MacAddict108.iso / Software / Internet & Communication / WordPress 1.5.1.dmg / wordpress / index.php next >
Encoding:
PHP Script  |  2005-02-14  |  95 b   |  5 lines

  1. <?php 
  2. /* Short and sweet */
  3. define('WP_USE_THEMES', true);
  4. require('./wp-blog-header.php');
  5. ?>